home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / Intro to HyperCard 2.0 / card_17040.txt < prev    next >
Text File  |  1990-08-24  |  14KB  |  614 lines

  1. -- card: 17040 from stack: in.0
  2. -- bmap block id: 29577
  3. -- flags: 0000
  4. -- background id: 7610
  5. -- name: section 2:1
  6. ----- HyperTalk script -----
  7. -- "originCdName" is used by the bg script to determine
  8. -- where to go, as well as in the flying btn animation
  9. on openCard
  10.   global OriginCdName
  11.   put the short name of this cd into OriginCdName
  12. end openCard
  13.  
  14.  
  15.  
  16.  
  17. -- part 1 (field)
  18. -- low flags: 01
  19. -- high flags: 0000
  20. -- rect: left=126 top=128 right=173 bottom=257
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 0 / 0
  23. -- text alignment: 65535
  24. -- font id: 174
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 14
  28. -- part name: instruct
  29.  
  30.  
  31. -- part 2 (button)
  32. -- low flags: 00
  33. -- high flags: 0000
  34. -- rect: left=36 top=79 right=111 bottom=69
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 23429 / 23429
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: checkboxA
  43. ----- HyperTalk script -----
  44. -- "checkA" is in the bg script
  45. on mouseUp
  46.   checkA
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part 3 (button)
  52. -- low flags: 00
  53. -- high flags: 0000
  54. -- rect: left=36 top=197 right=229 bottom=69
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 23429 / 23429
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: checkboxB
  63. ----- HyperTalk script -----
  64. -- "checkA" is in the bg script
  65. on mouseUp
  66.   checkB
  67. end mouseUp
  68.  
  69. on mouseUp
  70.   visual wipe right
  71.   go card "menu2.1.2"
  72.   -- ** check if the subcats have been uncover
  73.   --if the icon of me is not 15007 then
  74.   --send mouseUp to btn id 50
  75.   --end if
  76. end mouseUp
  77.  
  78.  
  79.  
  80. -- part 5 (button)
  81. -- low flags: 00
  82. -- high flags: C001
  83. -- rect: left=299 top=78 right=101 bottom=415
  84. -- title width / last selected line: 0
  85. -- icon id / first selected line: 0 / 0
  86. -- text alignment: 1
  87. -- font id: 174
  88. -- text size: 14
  89. -- style flags: 256
  90. -- line height: 18
  91. -- part name: Stacks
  92. ----- HyperTalk script -----
  93. -- theSource is the name of the corresponding checkbox; used by bg scr
  94. on mouseUp
  95.   global theSource
  96.   put "chkbxa1" into theSource
  97.   pass mouseUp
  98. end mouseUp
  99.  
  100.  
  101. -- part 17 (button)
  102. -- low flags: 00
  103. -- high flags: C001
  104. -- rect: left=299 top=102 right=125 bottom=415
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 0 / 0
  107. -- text alignment: 1
  108. -- font id: 174
  109. -- text size: 14
  110. -- style flags: 256
  111. -- line height: 18
  112. -- part name: The Home Stack
  113. ----- HyperTalk script -----
  114. -- theSource is the name of the corresponding checkbox; used by bg scr
  115. on mouseUp
  116.   global theSource
  117.   put "chkbxa2" into theSource
  118.   pass mouseUp
  119. end mouseUp
  120.  
  121.  
  122. -- part 18 (button)
  123. -- low flags: 00
  124. -- high flags: C001
  125. -- rect: left=299 top=126 right=149 bottom=415
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 0 / 0
  128. -- text alignment: 1
  129. -- font id: 174
  130. -- text size: 14
  131. -- style flags: 256
  132. -- line height: 18
  133. -- part name: Windows
  134. ----- HyperTalk script -----
  135. -- theSource is the name of the corresponding checkbox; used by bg scr
  136. on mouseUp
  137.   global theSource
  138.   put "chkbxa3" into theSource
  139.   pass mouseUp
  140. end mouseUp
  141.  
  142.  
  143. -- part 19 (button)
  144. -- low flags: 00
  145. -- high flags: C001
  146. -- rect: left=299 top=150 right=173 bottom=415
  147. -- title width / last selected line: 0
  148. -- icon id / first selected line: 0 / 0
  149. -- text alignment: 1
  150. -- font id: 174
  151. -- text size: 14
  152. -- style flags: 256
  153. -- line height: 18
  154. -- part name: Cards
  155. ----- HyperTalk script -----
  156. -- theSource is the name of the corresponding checkbox; used by bg scr
  157. on mouseUp
  158.   global theSource
  159.   put "chkbxa4" into theSource
  160.   pass mouseUp
  161. end mouseUp
  162.  
  163.  
  164. -- part 20 (button)
  165. -- low flags: 00
  166. -- high flags: C001
  167. -- rect: left=299 top=174 right=197 bottom=415
  168. -- title width / last selected line: 0
  169. -- icon id / first selected line: 0 / 0
  170. -- text alignment: 1
  171. -- font id: 174
  172. -- text size: 14
  173. -- style flags: 256
  174. -- line height: 18
  175. -- part name: Buttons
  176. ----- HyperTalk script -----
  177. -- theSource is the name of the corresponding checkbox; used by bg scr
  178. on mouseUp
  179.   global theSource
  180.   put "chkbxa5" into theSource
  181.   pass mouseUp
  182. end mouseUp
  183.  
  184.  
  185. -- part 21 (button)
  186. -- low flags: 00
  187. -- high flags: C001
  188. -- rect: left=299 top=198 right=221 bottom=415
  189. -- title width / last selected line: 0
  190. -- icon id / first selected line: 0 / 0
  191. -- text alignment: 1
  192. -- font id: 174
  193. -- text size: 14
  194. -- style flags: 256
  195. -- line height: 18
  196. -- part name: Text Fields
  197. ----- HyperTalk script -----
  198. -- theSource is the name of the corresponding checkbox; used by bg scr
  199. on mouseUp
  200.   global theSource
  201.   put "chkbxa6" into theSource
  202.   pass mouseUp
  203. end mouseUp
  204.  
  205.  
  206. -- part 22 (button)
  207. -- low flags: 00
  208. -- high flags: C001
  209. -- rect: left=299 top=222 right=245 bottom=415
  210. -- title width / last selected line: 0
  211. -- icon id / first selected line: 0 / 0
  212. -- text alignment: 1
  213. -- font id: 174
  214. -- text size: 14
  215. -- style flags: 256
  216. -- line height: 18
  217. -- part name: Menus
  218. ----- HyperTalk script -----
  219. -- theSource is the name of the corresponding checkbox; used by bg scr
  220. on mouseUp
  221.   global theSource
  222.   put "chkbxa7" into theSource
  223.   pass mouseUp
  224. end mouseUp
  225.  
  226.  
  227. -- part 23 (button)
  228. -- low flags: 00
  229. -- high flags: C001
  230. -- rect: left=299 top=246 right=269 bottom=415
  231. -- title width / last selected line: 0
  232. -- icon id / first selected line: 0 / 0
  233. -- text alignment: 1
  234. -- font id: 174
  235. -- text size: 14
  236. -- style flags: 256
  237. -- line height: 18
  238. -- part name: Graphics
  239. ----- HyperTalk script -----
  240. -- theSource is the name of the corresponding checkbox; used by bg scr
  241. on mouseUp
  242.   global theSource
  243.   put "chkbxa8" into theSource
  244.   pass mouseUp
  245. end mouseUp
  246.  
  247.  
  248. -- part 24 (button)
  249. -- low flags: 00
  250. -- high flags: C001
  251. -- rect: left=299 top=270 right=293 bottom=415
  252. -- title width / last selected line: 0
  253. -- icon id / first selected line: 0 / 0
  254. -- text alignment: 1
  255. -- font id: 174
  256. -- text size: 14
  257. -- style flags: 256
  258. -- line height: 18
  259. -- part name: Printing
  260. ----- HyperTalk script -----
  261. -- theSource is the name of the corresponding checkbox; used by bg scr
  262. on mouseUp
  263.   global theSource
  264.   put "chkbxa9" into theSource
  265.   pass mouseUp
  266. end mouseUp
  267.  
  268.  
  269. -- part 25 (button)
  270. -- low flags: 00
  271. -- high flags: C001
  272. -- rect: left=299 top=294 right=317 bottom=415
  273. -- title width / last selected line: 0
  274. -- icon id / first selected line: 0 / 0
  275. -- text alignment: 1
  276. -- font id: 174
  277. -- text size: 14
  278. -- style flags: 256
  279. -- line height: 18
  280. -- part name: Other Tools
  281. ----- HyperTalk script -----
  282. -- theSource is the name of the corresponding checkbox; used by bg scr
  283. on mouseUp
  284.   global theSource
  285.   put "chkbxa10" into theSource
  286.   pass mouseUp
  287. end mouseUp
  288.  
  289.  
  290. -- part 26 (button)
  291. -- low flags: 00
  292. -- high flags: C001
  293. -- rect: left=299 top=318 right=341 bottom=415
  294. -- title width / last selected line: 0
  295. -- icon id / first selected line: 0 / 0
  296. -- text alignment: 1
  297. -- font id: 174
  298. -- text size: 14
  299. -- style flags: 256
  300. -- line height: 18
  301. -- part name: Self-Assessment
  302. ----- HyperTalk script -----
  303. -- theSource is the name of the corresponding checkbox; used by bg scr
  304. on mouseUp
  305.   global theSource
  306.   put "chkbxa11" into theSource
  307.   pass mouseUp
  308. end mouseUp
  309.  
  310.  
  311. -- part 27 (button)
  312. -- low flags: 00
  313. -- high flags: 0000
  314. -- rect: left=58 top=88 right=126 bottom=235
  315. -- title width / last selected line: 0
  316. -- icon id / first selected line: 0 / 0
  317. -- text alignment: 1
  318. -- font id: 0
  319. -- text size: 12
  320. -- style flags: 0
  321. -- line height: 16
  322. -- part name: Submenu 1
  323. ----- HyperTalk script -----
  324. -- "checkA" is in the bg script
  325. on mouseUp
  326.   checkA
  327. end mouseUp
  328.  
  329.  
  330.  
  331. -- part 28 (button)
  332. -- low flags: 00
  333. -- high flags: 0000
  334. -- rect: left=58 top=206 right=244 bottom=235
  335. -- title width / last selected line: 0
  336. -- icon id / first selected line: 0 / 0
  337. -- text alignment: 1
  338. -- font id: 0
  339. -- text size: 12
  340. -- style flags: 0
  341. -- line height: 16
  342. -- part name: Submenu 1
  343. ----- HyperTalk script -----
  344. -- "checkB" is in the bg script
  345. on mouseUp
  346.   checkB
  347. end mouseUp
  348.  
  349.  
  350.  
  351. -- part 16 (button)
  352. -- low flags: 00
  353. -- high flags: 0000
  354. -- rect: left=276 top=309 right=341 bottom=309
  355. -- title width / last selected line: 0
  356. -- icon id / first selected line: 9877 / 9877
  357. -- text alignment: 1
  358. -- font id: 0
  359. -- text size: 12
  360. -- style flags: 0
  361. -- line height: 16
  362. -- part name: chkbxa11
  363. ----- HyperTalk script -----
  364. -- send the mouseUp to the corresponding text btn
  365. on mouseUp
  366.   send mouseUp to btn "Self-Assessment"
  367. end mouseUp
  368.  
  369.  
  370.  
  371. -- part 14 (button)
  372. -- low flags: 00
  373. -- high flags: 0000
  374. -- rect: left=276 top=285 right=317 bottom=309
  375. -- title width / last selected line: 0
  376. -- icon id / first selected line: 9876 / 9876
  377. -- text alignment: 1
  378. -- font id: 0
  379. -- text size: 12
  380. -- style flags: 0
  381. -- line height: 16
  382. -- part name: chkbxa10
  383. ----- HyperTalk script -----
  384. -- send the mouseUp to the corresponding text btn
  385. on mouseUp
  386.   send mouseUp to btn "Other Tools"
  387. end mouseUp
  388.  
  389.  
  390.  
  391. -- part 13 (button)
  392. -- low flags: 00
  393. -- high flags: 0000
  394. -- rect: left=276 top=261 right=293 bottom=309
  395. -- title width / last selected line: 0
  396. -- icon id / first selected line: 11286 / 11286
  397. -- text alignment: 1
  398. -- font id: 0
  399. -- text size: 12
  400. -- style flags: 0
  401. -- line height: 16
  402. -- part name: chkbxa9
  403. ----- HyperTalk script -----
  404. -- send the mouseUp to the corresponding text btn
  405. on mouseUp
  406.   send mouseUp to btn "Printing"
  407. end mouseUp
  408.  
  409.  
  410.  
  411. -- part 12 (button)
  412. -- low flags: 00
  413. -- high flags: 0000
  414. -- rect: left=276 top=237 right=269 bottom=309
  415. -- title width / last selected line: 0
  416. -- icon id / first selected line: 9440 / 9440
  417. -- text alignment: 1
  418. -- font id: 0
  419. -- text size: 12
  420. -- style flags: 0
  421. -- line height: 16
  422. -- part name: chkbxa8
  423. ----- HyperTalk script -----
  424. -- send the mouseUp to the corresponding text btn
  425. on mouseUp
  426.   send mouseUp to btn "Graphics"
  427. end mouseUp
  428.  
  429.  
  430.  
  431. -- part 11 (button)
  432. -- low flags: 00
  433. -- high flags: 0000
  434. -- rect: left=276 top=213 right=245 bottom=309
  435. -- title width / last selected line: 0
  436. -- icon id / first selected line: 27114 / 27114
  437. -- text alignment: 1
  438. -- font id: 0
  439. -- text size: 12
  440. -- style flags: 0
  441. -- line height: 16
  442. -- part name: chkbxa7
  443. ----- HyperTalk script -----
  444. -- send the mouseUp to the corresponding text btn
  445. on mouseUp
  446.   send mouseUp to btn "Menus"
  447. end mouseUp
  448.  
  449.  
  450.  
  451. -- part 10 (button)
  452. -- low flags: 00
  453. -- high flags: 0000
  454. -- rect: left=276 top=189 right=221 bottom=309
  455. -- title width / last selected line: 0
  456. -- icon id / first selected line: 8079 / 8079
  457. -- text alignment: 1
  458. -- font id: 0
  459. -- text size: 12
  460. -- style flags: 0
  461. -- line height: 16
  462. -- part name: chkbxa6
  463. ----- HyperTalk script -----
  464. -- send the mouseUp to the corresponding text btn
  465. on mouseUp
  466.   send mouseUp to btn "Text Fields"
  467. end mouseUp
  468.  
  469.  
  470.  
  471. -- part 9 (button)
  472. -- low flags: 00
  473. -- high flags: 0000
  474. -- rect: left=276 top=165 right=197 bottom=309
  475. -- title width / last selected line: 0
  476. -- icon id / first selected line: 9111 / 9111
  477. -- text alignment: 1
  478. -- font id: 0
  479. -- text size: 12
  480. -- style flags: 0
  481. -- line height: 16
  482. -- part name: chkbxa5
  483. ----- HyperTalk script -----
  484. -- send the mouseUp to the corresponding text btn
  485. on mouseUp
  486.   send mouseUp to btn "Buttons"
  487. end mouseUp
  488.  
  489.  
  490.  
  491. -- part 8 (button)
  492. -- low flags: 00
  493. -- high flags: 0000
  494. -- rect: left=276 top=141 right=173 bottom=309
  495. -- title width / last selected line: 0
  496. -- icon id / first selected line: 8314 / 8314
  497. -- text alignment: 1
  498. -- font id: 0
  499. -- text size: 12
  500. -- style flags: 0
  501. -- line height: 16
  502. -- part name: chkbxa4
  503. ----- HyperTalk script -----
  504. -- send the mouseUp to the corresponding text btn
  505. on mouseUp
  506.   send mouseUp to btn "Cards"
  507. end mouseUp
  508.  
  509.  
  510.  
  511. -- part 7 (button)
  512. -- low flags: 00
  513. -- high flags: 0000
  514. -- rect: left=276 top=117 right=149 bottom=309
  515. -- title width / last selected line: 0
  516. -- icon id / first selected line: 7395 / 7395
  517. -- text alignment: 1
  518. -- font id: 0
  519. -- text size: 12
  520. -- style flags: 0
  521. -- line height: 16
  522. -- part name: chkbxa3
  523. ----- HyperTalk script -----
  524. -- send the mouseUp to the corresponding text btn
  525. on mouseUp
  526.   send mouseUp to btn "Windows"
  527. end mouseUp
  528.  
  529.  
  530.  
  531. -- part 6 (button)
  532. -- low flags: 00
  533. -- high flags: 0000
  534. -- rect: left=276 top=93 right=125 bottom=309
  535. -- title width / last selected line: 0
  536. -- icon id / first selected line: 6427 / 6427
  537. -- text alignment: 1
  538. -- font id: 0
  539. -- text size: 12
  540. -- style flags: 0
  541. -- line height: 16
  542. -- part name: chkbxa2
  543. ----- HyperTalk script -----
  544. -- send the mouseUp to the corresponding text btn
  545. on mouseUp
  546.   send mouseUp to btn "The Home Stack"
  547. end mouseUp
  548.  
  549.  
  550.  
  551. -- part 4 (button)
  552. -- low flags: 00
  553. -- high flags: 0000
  554. -- rect: left=276 top=69 right=101 bottom=309
  555. -- title width / last selected line: 0
  556. -- icon id / first selected line: 5567 / 5567
  557. -- text alignment: 1
  558. -- font id: 0
  559. -- text size: 12
  560. -- style flags: 0
  561. -- line height: 16
  562. -- part name: chkbxa1
  563. ----- HyperTalk script -----
  564. -- send the mouseUp to the corresponding text btn
  565. on mouseUp
  566.   send mouseUp to btn "Stacks"
  567. end mouseUp
  568.  
  569.  
  570.  
  571. -- part 31 (button)
  572. -- low flags: 00
  573. -- high flags: 2000
  574. -- rect: left=474 top=195 right=224 bottom=506
  575. -- title width / last selected line: 0
  576. -- icon id / first selected line: 24471 / 24471
  577. -- text alignment: 1
  578. -- font id: 0
  579. -- text size: 12
  580. -- style flags: 0
  581. -- line height: 16
  582. -- part name: MapBtn
  583. ----- HyperTalk script -----
  584. -- Go to the Map stack.  "CameFrom" holds the name of this cd
  585. -- so the Map can hilite the cd the user came from.
  586. on mouseUp
  587.   global DisSpeed, CameFrom, MapMode
  588.   set the hilite of me to true
  589.   lock Screen
  590.   set the hilite of me to false
  591.   put "Section 2:" into CameFrom
  592.   visual DisSpeed
  593.   if MapMode is "graph" then
  594.     go stack "‚Ä¢HC 2.0-3"
  595.     HiliteMap
  596.   else
  597.     go to cd "indexMap" of stack "‚Ä¢HC 2.0-3"
  598.   end if
  599.   unlock screen with DisSpeed
  600. end mouseUp
  601.  
  602.  
  603.  
  604. -- part contents for background part 1
  605. ----- text -----
  606. Nuts & Bolts Menu
  607.  
  608. -- part contents for background part 11
  609. ----- text -----
  610. Click on an option below.
  611.  
  612. -- part contents for card part 1
  613. ----- text -----
  614. Click these options for an introduction to the parts of HyperCard.